Skip to content

Upgrade to Spring Boot 4.1 - #99

Open
jeremyprime wants to merge 1 commit into
valkey-io:mainfrom
jeremyprime:boot-4.1-upgrade
Open

Upgrade to Spring Boot 4.1#99
jeremyprime wants to merge 1 commit into
valkey-io:mainfrom
jeremyprime:boot-4.1-upgrade

Conversation

@jeremyprime

Copy link
Copy Markdown
Collaborator

Summary

Aligns spring-boot-starter-data-valkey with Spring Boot 4.1.0 (from 4.0.7). Resolves version mismatch noted in #84.

Changes

  • Upgrade Spring Boot 4.0.7 → 4.1.0
  • Replace deprecated JedisPoolConfig with ConnectionPoolConfig (Jedis 7.x)
  • Remove adaptive cluster refresh property (all adaptive triggers now enabled by default in Lettuce 7.x)
  • Add deprecation metadata for spring.data.valkey.lettuce.cluster.refresh.adaptive
  • Remove associated tests for the deprecated property

Dependency alignment:

  • Spring Framework: 7.0.8
  • Valkey GLIDE: 2.4.0
  • Lettuce: 7.5.2.RELEASE
  • Jedis: 7.4.1
  • commons-pool2: 2.13.1

Testing

  • All unit tests pass and examples run
  • Manual verification of GLIDE, Lettuce, and Jedis clients against local Valkey

Signed-off-by: Jeremy Parr-Pearson <jeremy.parr-pearson@improving.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant